docs: remove non-breaking spaces from sedf_scheduler_mini-HOWTO.txt
authorIan Campbell <ian.campbell@citrix.com>
Tue, 29 Nov 2011 15:18:18 +0000 (15:18 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 29 Nov 2011 15:18:18 +0000 (15:18 +0000)
commitbb477a1b869ee857c72291604cf9c27415e4be25
treeba541872821f8bb908422168944f690e85c5e3e1
parentaf3b530c037aafcbcc6ed92f65112fab84f11b69
docs: remove non-breaking spaces from sedf_scheduler_mini-HOWTO.txt

This document contains several 0xa0 characters (non-breaking spaces). These do
not display correctly in (some) terminals or when the document is rendered by (some)
browsers. Re-encode them as spaces.

I'm not confident that this change will make it through being encoded as a patch
and sent through email. Its effect can be replicated with:

perl -i -p -e 's/\xa0/ /g' docs/misc/sedf_scheduler_mini-HOWTO.txt

[ I ran the rune rather than trying to apply the patch -iwj ]

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
docs/misc/sedf_scheduler_mini-HOWTO.txt